home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT-D.SPK / lclint / guide / palindrome.h < prev    next >
C/C++ Source or Header  |  1996-08-26  |  80b  |  5 lines

  1. # include "mstring.h"
  2. # include "bool.h"
  3.  
  4. extern bool isPalindrome (mstring s);
  5.